home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRINSERTFIELDSFORM / TFRINSERTFIELDSFORM.txt < prev   
Text File  |  2004-10-21  |  3KB  |  147 lines

  1. object frInsertFieldsForm: TfrInsertFieldsForm
  2.   Left = 194
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insertd fields'
  7.   ClientHeight = 215
  8.   ClientWidth = 334
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 4
  20.     Top = 4
  21.     Width = 42
  22.     Height = 13
  23.     Caption = 'Datasets'
  24.     FocusControl = DatasetCB
  25.   end
  26.   object Image1: TImage
  27.     Left = 161
  28.     Top = 162
  29.     Width = 16
  30.     Height = 16
  31.     AutoSize = True
  32.     Picture.Data = {<image000.bmp>}
  33.     Visible = False
  34.   end
  35.   object Image2: TImage
  36.     Left = 184
  37.     Top = 162
  38.     Width = 16
  39.     Height = 16
  40.     AutoSize = True
  41.     Picture.Data = {<image001.bmp>}
  42.     Visible = False
  43.   end
  44.   object FieldsL: TListBox
  45.     Left = 4
  46.     Top = 46
  47.     Width = 145
  48.     Height = 164
  49.     HelpContext = 106
  50.     ItemHeight = 16
  51.     MultiSelect = True
  52.     Style = lbOwnerDrawFixed
  53.     TabOrder = 0
  54.     OnDrawItem = FieldsLDrawItem
  55.   end
  56.   object DatasetCB: TComboBox
  57.     Left = 4
  58.     Top = 20
  59.     Width = 145
  60.     Height = 22
  61.     HelpContext = 97
  62.     Style = csOwnerDrawFixed
  63.     ItemHeight = 16
  64.     Sorted = True
  65.     TabOrder = 1
  66.     OnChange = DatasetCBChange
  67.     OnDrawItem = DatasetCBDrawItem
  68.   end
  69.   object GroupBox1: TGroupBox
  70.     Left = 156
  71.     Top = 15
  72.     Width = 173
  73.     Height = 65
  74.     Caption = 'Placement'
  75.     TabOrder = 2
  76.     object HorzRB: TRadioButton
  77.       Left = 8
  78.       Top = 20
  79.       Width = 153
  80.       Height = 17
  81.       HelpContext = 115
  82.       Caption = 'Horizontal'
  83.       Checked = True
  84.       TabOrder = 0
  85.       TabStop = True
  86.     end
  87.     object VertRB: TRadioButton
  88.       Left = 8
  89.       Top = 40
  90.       Width = 153
  91.       Height = 17
  92.       HelpContext = 122
  93.       Caption = 'Vertical'
  94.       TabOrder = 1
  95.     end
  96.   end
  97.   object Button1: TButton
  98.     Left = 174
  99.     Top = 184
  100.     Width = 75
  101.     Height = 25
  102.     HelpContext = 40
  103.     Caption = 'OK'
  104.     Default = True
  105.     ModalResult = 1
  106.     TabOrder = 3
  107.   end
  108.   object Button2: TButton
  109.     Left = 254
  110.     Top = 184
  111.     Width = 75
  112.     Height = 25
  113.     HelpContext = 50
  114.     Cancel = True
  115.     Caption = 'Cancel'
  116.     ModalResult = 2
  117.     TabOrder = 4
  118.   end
  119.   object GroupBox2: TGroupBox
  120.     Left = 156
  121.     Top = 85
  122.     Width = 173
  123.     Height = 60
  124.     TabOrder = 5
  125.     object HeaderCB: TCheckBox
  126.       Left = 8
  127.       Top = 14
  128.       Width = 157
  129.       Height = 17
  130.       HelpContext = 132
  131.       Caption = 'Include headers'
  132.       State = cbChecked
  133.       TabOrder = 0
  134.     end
  135.     object BandCB: TCheckBox
  136.       Left = 8
  137.       Top = 36
  138.       Width = 157
  139.       Height = 17
  140.       HelpContext = 159
  141.       Caption = 'Include bands'
  142.       State = cbChecked
  143.       TabOrder = 1
  144.     end
  145.   end
  146. end
  147.